

.address p a {
    color: #4c0d04;
    text-decoration: none;
}
.address p a:hover {
    font-weight: bold;
}
.table-container table {
    width: 100%;
    border-collapse: collapse;
    color: rgb(32, 30, 30);
}
table, th, td {
    border: 1px solid black !important;
    padding: 10px;
    text-align: center;
    font-size: 1em;
}
th, td:first-child {
    background-color: #4c0d04;
    color: white;
}
.map-container iframe {
    width: 100%;
    height: 300px;
    border: none;
}
@media (max-width: 768px) {
    .inner-banner {
        padding: 80px 0;
    }
    .inner-banner_title {
        font-size: 28px;
        padding: 10px;
    }
    .table-container table, .contact-form {
        width: 100%;
    }
    .form-container, .table-container, .map-container {
        flex-direction: column;
        align-items: center;
    }
    form button {
        width: auto;
    }
} 









